type golang.org/x/tools/internal/gcimporter.importer

28 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bimport.go#L23: type importer struct {
		bimport.go#L68: 	p := importer{
		bimport.go#L174: func (p *importer) pkg() *types.Package {
		bimport.go#L249: func (p *importer) declare(obj types.Object) {
		bimport.go#L267: func (p *importer) obj(tag int) {
		bimport.go#L307: func (p *importer) pos() token.Pos {
		bimport.go#L392: func (p *importer) qualifiedName() (pkg *types.Package, name string) {
		bimport.go#L398: func (p *importer) record(t types.Type) {
		bimport.go#L420: func (p *importer) typ(parent *types.Package, tname *types.Named) types.Type {
		bimport.go#L606: func (p *importer) fieldList(parent *types.Package) (fields []*types.Var, tags []string) {
		bimport.go#L617: func (p *importer) field(parent *types.Package) (*types.Var, string) {
		bimport.go#L644: func (p *importer) methodList(parent *types.Package, baseType *types.Named) (methods []*types.Func) {
		bimport.go#L654: func (p *importer) method(parent *types.Package, baseType *types.Named) *types.Func {
		bimport.go#L671: func (p *importer) fieldName(parent *types.Package) (pkg *types.Package, name string, alias bool) {
		bimport.go#L702: func (p *importer) paramList() (*types.Tuple, bool) {
		bimport.go#L722: func (p *importer) param(named bool) (*types.Var, bool) {
		bimport.go#L755: func (p *importer) value() constant.Value {
		bimport.go#L779: func (p *importer) float() constant.Value {
		bimport.go#L827: func (p *importer) tagOrIndex() int {
		bimport.go#L835: func (p *importer) int() int {
		bimport.go#L843: func (p *importer) int64() int64 {
		bimport.go#L851: func (p *importer) path() string {
		bimport.go#L871: func (p *importer) string() string {
		bimport.go#L895: func (p *importer) marker(want byte) {
		bimport.go#L907: func (p *importer) rawInt64() int64 {
		bimport.go#L916: func (p *importer) rawStringln(b byte) string {
		bimport.go#L926: func (p *importer) ReadByte() (byte, error) {
		bimport.go#L933: func (p *importer) rawByte() byte {